home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / brik.swf / scripts / frame_1 / PlaceObject2_31_1 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2005-10-06  |  251 b   |  8 lines

  1. onClipEvent(enterFrame){
  2.    text = int(_parent.getBytesLoaded() / 1000) add " OF " add int(_parent.getBytesTotal() / 1000) add " LOADED ...";
  3.    if(_parent.getBytesTotal() == _parent.getBytesLoaded())
  4.    {
  5.       _root.goButton._x = 165;
  6.    }
  7. }
  8.